// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03B TN_Widget.CreateTable([['Idles','South Side Ballroom at Gilley's','Dallas, TX','Thursday','5/23/2024','8:00 PM','6119664','Idles-5-23-2024'],['Taking Back Sunday','South Side Ballroom at Gilley's','Dallas, TX','Friday','5/24/2024','8:00 PM','6132184','Taking-Back-Sunday-5-24-2024'],['Two Door Cinema Club','South Side Ballroom at Gilley's','Dallas, TX','Tuesday','5/28/2024','7:00 PM','5960402','Two-Door-Cinema-Club-5-28-2024'],['Madison Beer','South Side Ballroom at Gilley's','Dallas, TX','Wednesday','5/29/2024','8:00 PM','5995975','Madison-Beer-5-29-2024'],['T-Pain','South Side Ballroom at Gilley's','Dallas, TX','Thursday','5/30/2024','6:30 PM','6276849','T-Pain-5-30-2024'],['BashfortheWorld','South Side Ballroom at Gilley's','Dallas, TX','Friday','5/31/2024','9:00 PM','6327365','BashfortheWorld-5-31-2024'],['Joyner Lucas','South Side Ballroom at Gilley's','Dallas, TX','Saturday','6/1/2024','8:00 PM','6308466','Joyner-Lucas-6-1-2024'],['Bleachers','South Side Ballroom at Gilley's','Dallas, TX','Sunday','6/2/2024','7:30 PM','6116281','Bleachers-6-2-2024'],['Frank Turner and The Sleeping Souls','South Side Ballroom at Gilley's','Dallas, TX','Saturday','6/15/2024','6:30 PM','6254001','Frank-Turner-and-The-Sleeping-Souls-6-15-2024'],['Cavetown & Mother Mother','South Side Ballroom at Gilley's','Dallas, TX','Saturday','6/22/2024','6:30 PM','6219986','Cavetown---Mother-Mother-6-22-2024'],['PartyNextDoor','South Side Ballroom at Gilley's','Dallas, TX','Sunday','7/14/2024','8:00 PM','6413740','PartyNextDoor-7-14-2024'],['The Marias','South Side Ballroom at Gilley's','Dallas, TX','Monday','7/22/2024','8:00 PM','6381887','The-Marias-7-22-2024'],['The Marias','South Side Ballroom at Gilley's','Dallas, TX','Tuesday','7/23/2024','8:00 PM','6386605','The-Marias-7-23-2024'],['Lucky Daye','South Side Ballroom at Gilley's','Dallas, TX','Thursday','8/22/2024','8:00 PM','6413832','Lucky-Daye-8-22-2024'],['Alec Benjamin','South Side Ballroom at Gilley's','Dallas, TX','Wednesday','9/11/2024','7:30 PM','6370445','Alec-Benjamin-9-11-2024'],['Sofi Tukker','South Side Ballroom at Gilley's','Dallas, TX','Saturday','9/21/2024','8:00 PM','6420056','Sofi-Tukker-9-21-2024'],['Sisters of Mercy','South Side Ballroom at Gilley's','Dallas, TX','Tuesday','10/1/2024','8:00 PM','6424035','Sisters-of-Mercy-10-1-2024'],['Fletcher','South Side Ballroom at Gilley's','Dallas, TX','Thursday','10/3/2024','8:00 PM','6324416','Fletcher-10-3-2024'],['Burna Boy','South Side Ballroom at Gilley's','Dallas, TX','Saturday','6/7/2070','TBD','4405561','Burna-Boy-6-7-2070']],'The Loft (Dallas)','http://www.ticketnetwork.com/ticket/The-Loft-(Dallas)-events.aspx');